Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.coveragerc: use globs with includes #4867

Merged
merged 1 commit into from
Mar 1, 2019
Merged

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Mar 1, 2019

Apparently this causes missing coverage with pdb/pexpect tests.

Ref: #4865 (comment)

Apparently this caused missing coverage with pdb/pexpect tests.
@blueyed blueyed changed the title .coveragerc: use source again .coveragerc: use globs with includes Mar 1, 2019
@codecov
Copy link

codecov bot commented Mar 1, 2019

Codecov Report

Merging #4867 into master will increase coverage by 0.25%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4867      +/-   ##
==========================================
+ Coverage   94.29%   94.54%   +0.25%     
==========================================
  Files         113      113              
  Lines       25172    25172              
  Branches     2499     2499              
==========================================
+ Hits        23735    23798      +63     
+ Misses       1100     1047      -53     
+ Partials      337      327      -10
Impacted Files Coverage Δ
src/_pytest/assertion/rewrite.py 95.47% <0%> (+0.16%) ⬆️
src/_pytest/warnings.py 88.88% <0%> (+1.23%) ⬆️
src/_pytest/config/__init__.py 93.8% <0%> (+1.63%) ⬆️
src/_pytest/terminal.py 91.74% <0%> (+2.64%) ⬆️
src/_pytest/debugging.py 60.37% <0%> (+3.14%) ⬆️
src/_pytest/capture.py 93.7% <0%> (+3.82%) ⬆️
src/_pytest/helpconfig.py 97.29% <0%> (+11.71%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0dd4cb0...a96907a. Read the comment docs.

@blueyed blueyed requested a review from nicoddemus March 1, 2019 20:19
@blueyed blueyed merged commit ed68fcf into pytest-dev:master Mar 1, 2019
@blueyed blueyed deleted the fix-cov branch March 1, 2019 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants